build: update bazel dependencies (21.2.x)#32758
Merged
alan-agius4 merged 1 commit intoangular:21.2.xfrom Mar 12, 2026
Merged
Conversation
See associated pull request for more information.
There was a problem hiding this comment.
Code Review
This pull request updates several Bazel dependencies, including aspect_rules_esbuild, aspect_rules_js, aspect_rules_ts, and jq.bzl. The changes consist of version updates in MODULE.bazel and the corresponding updates to the MODULE.bazel.lock file. The changes are consistent with the descriptions in the release notes. The updates are mostly patch versions, with a minor version update for jq.bzl. The changes appear to be correct and are mainly for maintenance and to take advantage of bug fixes and improvements in the dependencies, such as improved reproducibility.
alan-agius4
approved these changes
Mar 12, 2026
Collaborator
|
This PR was merged into the repository. The changes were merged into the following branches:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.25.0→0.25.13.0.2→3.0.33.8.5→3.8.60.4.0→0.6.1Release Notes
aspect-build/rules_ts (aspect_rules_ts)
v3.8.6Using Bzlmod:
Add to your
MODULE.bazelfile:Using legacy WORKSPACE
Paste this snippet into your
WORKSPACEfile:To use rules_ts with bazel-lib 2.x, you must additionally register the coreutils toolchain.
What's Changed
New Contributors
Full Changelog: aspect-build/rules_ts@v3.8.5...v3.8.6
bazel-contrib/jq.bzl (jq.bzl)
v0.6.1Using Bzlmod with Bazel 6 or greater
common --enable_bzlmodin.bazelrc.MODULE.bazelfile:Using WORKSPACE
Paste this snippet into your
WORKSPACE.bazelfile:What's Changed
New Contributors
Full Changelog: bazel-contrib/jq.bzl@v0.6.0...v0.6.1
v0.6.0Using Bzlmod with Bazel 6 or greater
common --enable_bzlmodin.bazelrc.MODULE.bazelfile:Using WORKSPACE
Paste this snippet into your
WORKSPACE.bazelfile:What's Changed
Full Changelog: bazel-contrib/jq.bzl@v0.5.1...v0.6.0
v0.5.1Using Bzlmod with Bazel 6 or greater
common --enable_bzlmodin.bazelrc.MODULE.bazelfile:Using WORKSPACE
Paste this snippet into your
WORKSPACE.bazelfile:What's Changed
New Contributors
Full Changelog: bazel-contrib/jq.bzl@v0.5.0...v0.5.1